 .container {width: 1320px !important;}
 .color-main {
     color: #fff;
     background-color: #e42500;
 }

 /* vue test */
 .textblue {
     color: blue;
 }

 /* vue test end*/
 a {
    color: #000 !important;
     text-decoration: none !important;
 }

 a:hover {
    color: #D92636 !important;
     text-decoration: underline
 }



 /* img:hover {
     transform: scale(1.1);
    transition: transform .3s;
     object-fit: cover;

 } */

 /* 新闻图片尺寸 填充模式 */
 .news-pic-top {
     height: 274px !important;
     width: 100% !important;
     object-fit: cover
 }

 .flash-height {
     height: 260px !important;
 }

 .h100 {
     height: 260px !important;
 }

 .mobile-top {
     margin-top: 12px !important;
 }

 /* 576以上起作用 */
 @media (min-width: 576px) {
     /* .mobile-top {
         margin-top: 0 !important;
     } */

     .h100 {
         height: 360px !important;
     }

     .flash-height {
         height: 360px !important;
     }
 }



 .carousel-caption {
     background-color: rgba(0, 0, 0, 0.18);
     left: 10% !important;
     right: 10% !important;
 }

 /* 汉堡聚焦边框重置 */
 .navbar-toggler:focus {
     text-decoration: none;
     outline: 0;
     box-shadow: 0 0 0 0 !important;
 }

 /* 图片上的tag */
 .bg-title {
     width: 117px;
     height: 29px;
     background: url(bg_title.png) no-repeat left center;
     font-size: 20px;
     font-weight: bold;
     line-height: 29px;
     color: white;
     margin: 0;
     margin-top: 15px;
     margin-left: -15px;
     padding-left: 13px;
 }

 /* 选项卡 */
 .tab-title.active {
     font-weight: bold;
     color: #fff !important;
     background-color: #e60012 !important;
     border-color: #fff !important;
     border-top-left-radius: 0 !important;
     border-top-right-radius: 0 !important;
 }


 .navtabs.nav-tabs {
     border-bottom: 0 !important;
     border-top: solid;
     border-width: 2px;
     border-color: #e60012;
 }

 .nav-item {
     /* margin-top: -1px; */
     display: flex;
     /* align-items: flex-end; */

 }

 .collapse ul.navbar-nav .nav-item:hover {
     background-color: #9f0303;

 }

 .collapse ul.navbar-nav .nav-item {
     /* border-radius: 6px; */
     padding: 5px 10px;
 }

 .nav-tabs .nav-link {

     margin-bottom: 0;
     background: 0 0;
     border: 0 !important;
     border-top-left-radius: 0 !important;
     border-top-right-radius: 0 !important;
 }

 /* 3 */
 .nav-link.tab-title3.active {
     font-size: 19px;
     margin-bottom: 0 !important;
     border-bottom: #e60012 2px solid !important;
     font-weight: bold;
     color: #e60012 !important;
     background-color: #fff !important;
     border-color: #e60012 !important;
     border-top-left-radius: 0 !important;
     border-top-right-radius: 0 !important;
 }

 /* 导航 */
 .gzh-img{
    display: flex;
    flex-direction: column;
    width: 192px;
    height: 61px;
 }
 .gzh-img:hover .qrcode {
    display: block;
}
.qrcode{display: none;}
 #navul {
     width: 100%;
     height: 60px;
 }

 .navli {
     width: 120px;
     flex-direction: column;
 }
 .navli .nav-link:hover{color: #fff !important;}

 .navli:hover .ulson {
     display: block;
 }
 /* .navli:nth-child(4){
    background-color: chocolate;
 } */

 .ulson {
     display: none;
     box-shadow: 2px 5px 15px rgba(0, 0, 0, .7);
     /* border-radius: 5px; */
    width: 120px;
     text-align: center;
     background-color: #fff;
     margin-left: -10px;
     margin-top: 10px;
     z-index: 5;
     
 }
 .ulson li{list-style: none;padding: 10px;font-size: 16px;}

 .ulson li:not(:first-child) {
     border-top: 1px dashed #4b4b4b;
     
 }
 .lison a {
    color: #000;
}
 .lison:hover {
     background-color: #d71c0b;
     
     color: #fff !important;
 }
 .lison:hover a {
    color: #fff !important;
}

/* 二层菜单 */

.navli2 {
    width: 120px;
    flex-direction: column;
}

.navli2:hover .ulson2 {
    display: block;
}
/* .navli:nth-child(4){
   background-color: chocolate;
} */

.ulson2 {
    top:0;left: 120px;
    display: none;
    box-shadow: 2px 5px 15px rgba(0, 0, 0, .7);
    /* border-radius: 5px; */
    width: 120px;
    text-align: center;
    color: #000;
    background-color: #fff;
    /* margin-left: -10px; */
    /* margin-top: 10px; */
    z-index: 10;
    
}
.ulson2 .lison2 a {
    color: #000 !important;
 }

.ulson2 li{list-style: none;padding: 10px;font-size: 16px;}

.ulson2 li:not(:first-child) {
    border-top: 1px dashed #4b4b4b;
    
}
.lison2 a {
   color: #000;
}
.lison2:hover {
    background-color: #d71c0b;
    
    color: #fff;
}
.lison2:hover a {
   color: #fff !important;
}
/* 导航 end */

.text-light:hover {
    color: #fff !important;
}

 .nav-link.tab-title3 {
     /* padding-bottom: 0!important; */
     font-weight: bold;
 }

 .nav-link {
     color: #4b4b4b !important;
 }

 .lh-xl {
     line-height: 2 !important;
 }
 
 

 /* 标题装饰条 */
 .heading-line::before {
     content: "";
     width: 20rem;
     height: 0.1rem;
     display: block;
     margin: 0 auto;
     background-color: #0d6efd;
 }

 .heading-line::after {
     content: "";
     width: 2rem;
     padding-top: 0.5rem;
     height: 0.2rem;
     display: block;
     margin: 0 auto;
     margin-bottom: 1rem;
     background-color: #0d6efd;
 }

 .gzh1 {
     height: 61px;
 }

 .nav-bg {
     background-color: #e42500;
 }

 .search-area {
     width: 200px !important;
 }

 /* swiper */
 .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    background-position: center;
    background-size: cover;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
  }

  .foot a:hover{color: #fff !important;text-decoration: underline !important}